projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8e565
)
Revert "Default to hard margins not available"
author
Christian Persch
<chpe@gnome.org>
Tue, 1 Dec 2009 18:00:42 +0000
(19:00 +0100)
committer
Christian Persch
<chpe@gnome.org>
Tue, 1 Dec 2009 18:00:58 +0000
(19:00 +0100)
This reverts commit
a77f209f23e78da6e63495b0ef873e28a371e084
.
gtk/gtkprintbackend.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintbackend.c
b/gtk/gtkprintbackend.c
index 648a47248c4cc2514d33ce8cc97a855d81cf57a5..4b8b0dedf3ddf566ce10f911d3100f2543886f7c 100644
(file)
--- a/
gtk/gtkprintbackend.c
+++ b/
gtk/gtkprintbackend.c
@@
-501,7
+501,12
@@
fallback_printer_get_hard_margins (GtkPrinter *printer,
gdouble *left,
gdouble *right)
{
- return FALSE;
+ *top = 0;
+ *bottom = 0;
+ *left = 0;
+ *right = 0;
+
+ return TRUE;
}
static GList *